home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / BF202A.ARJ / HISTORY.B&F < prev    next >
Text File  |  1992-03-19  |  29KB  |  739 lines

  1. This file contains a summary of changes made to Back & Forth Professional.
  2. They are listed in reverse order, the most recent additions and
  3. modifications listed first.
  4.  
  5. !!!!!!!!!!!!!! Cassandra Mia was born on Friday November 1,1991 !!!!!!!!!!!!!
  6.  
  7. ──────────────────────────────────────────────────────────────────────────────
  8. Version 2.01/2.02 March 19, 1992
  9.  
  10. A) Bug fixes:
  11.  
  12.    * Tagging records in the ROLOBACK sometimes caused the records to index
  13.      illogically (word?). If this happened to you, run the PACK option under
  14.      the File menu to correct it.
  15.  
  16.    * Macro disable hotkey (Ctrl-6 by default) disabled the macro menus but
  17.      NOT the actual playback of macros.
  18.  
  19.    * Graphic mouse cursor wasn't restored correctly in Norton Utilities.
  20.  
  21.    * Editor backpack sometimes reported that the B&F Pro variable file had
  22.      been corrupted and the editor would not load.
  23.  
  24.    * Adding a future appointment in OverTime always reported it was an
  25.      appointment in the past!
  26.  
  27.    * Fixed a wild ptr bug that occurred sometimes when cut/paste and
  28.      keyboard macro modules were brought up.
  29.  
  30.    * B&F Pro would terminate in an OS/2 compatibility box and report that
  31.      80 file handles needed to be set.
  32.  
  33.    * Shorthand expansion hot key was disabled!
  34.  
  35.    * B&F Pro did not consistently check for snow checking on CGA monitors if
  36.      the snow checking option was turned on. This could cause a lot of
  37.      unnecessary screen snow in application programs if SHORTHAND macros were
  38.      being used or the B&F Pro screen clock was ON.
  39.  
  40.    * Usage tracking didn't keep the elapsed time correctly.
  41.  
  42. B) Changes/enhancments:
  43.  
  44.    * Better memory use for users using MS-DOS 5's EMM386.EXE (this has already
  45.      been the case for people using QEMM and 386^MAX). B&F PRO will now load 
  46.      up to 2.3k of the kernel into high memory if DOS is managing UMBs.
  47.  
  48.    * OverTime will now display the daily appointments closest matching to the
  49.      current time (this is only when the appointment window is NOT the active
  50.      window).
  51.  
  52.    * Macros can now be stored in XMS memory! This is accomplished by changing
  53.      the following environment variable in the B&FHIPRO.BAT (or B&FPRO.BAT)
  54.      file:
  55.  
  56.      Change from:   SET BNF_MACRO_BUFFER=EMS
  57.      to         :   SET BNF_MACRO_BUFFER=XMS
  58.  
  59.      The macro buffer size will then be 16k for each partition that macro
  60.      support is enabled.
  61.  
  62.    * The DOS 5 task switcher API support is now optional rather than ON by
  63.      default. Several people like to run utilities like Norton, PC-TOOLS,
  64.      etc within B&F Pro partitions and they do NOT allow it if a task
  65.      switcher is detected via the DOS 5 task switcher API. 
  66.  
  67.      If you desire B&F Pro to support the DOS 5 task switcher API, you must
  68.      include the following environment variable BEFORE B&F Pro:
  69.  
  70.      SET BNF_DOS_5_API=ON
  71.  
  72.   * Screen blanker hot key is now user selectable! This option has been
  73.     added to the Screen Blanker setup menu under Options menu off the main
  74.     B&F Pro screen.
  75.  
  76.   * Shorthand macros are now case significant. For example, if you have
  77.     an abbreviation defined as follows:
  78.  
  79.     Abbreviation = asap    
  80.     Expansion    = As soon as possible
  81.  
  82.     If you type "asap" B&F Pro will replace "asap" with "as soon as possible".
  83.     If you type "Asap" B&F Pro will replace "Asap" with "As soon as possible".
  84.  
  85.   * Changes/Additions to ROLOBACK:
  86.  
  87.     1) Added COMPANY/NAME index. When an old ROLOBACK file is opened, the new
  88.        index will automatically be generated.
  89.  
  90.     2) File/Packing menu item - if you do a lot of updating/deleting of 
  91.        records in a rolodex file, the file may grow a little. This option will 
  92.        rewrite the rolodex to a temporary file and then delete/rename the old
  93.        version.
  94.        
  95.     3) File/Append menu item -- it is now possible to append other rolodex
  96.        databases to the active roloback database.
  97.  
  98.     4) File/Transfer -- records can now be transferred from the active rolodex
  99.        to a new/different roloback file.
  100.  
  101.     5) File/Export to dBASE III file -- records can now be exported to a 
  102.        dBASE III compatible file format.
  103.     
  104. C) New features:
  105.  
  106.    * Added a new environment variable for network users to place data in
  107.      a separate directory.
  108.  
  109.      set BNF_DATA_PATH=path
  110.  
  111.  
  112.    * Added BackSight! BackSight is a DOS level scroll back function. It
  113.      will work very well work most DOS commands (DIR, TREE, CHKDSK, DEBUG,
  114.      EDLIN, LINK, MEM, etc) and other command line utilities that use DOS
  115.      to write to the screen; it will NOT, however, work with programs that
  116.      use the BIOS or write directly to the screen.
  117.  
  118.      BackSight has been tested with ANARKEY, DOSKEY, CED, PCED, and B&F
  119.      Pro's own command line editor. It almost works correctly with 4DOS's
  120.      command like editor (we are currently working with J&P software on
  121.      some needed hooks).
  122.  
  123.      BackSight support is activated by the following environment variable
  124.      (it must be set BEFORE B&F Pro is started):
  125.    
  126.      SET BNF_BACKSIGHT=memory type,buffer size
  127.  
  128.      where memory type is the type of memory to allocate the buffer in and
  129.      buffer size is the size of the buffer. Currently only EMS and XMS 
  130.      are supported. Buffer size may be 1k to 64k.
  131.  
  132.      BackSight is partition setable. It is only available in partitions
  133.      where BackSight support is turned on (like keyboard macros). The
  134.      BackSight option is available in the Extended Program form of the
  135.      program editor.
  136.  
  137.      BackSight is activated when the BackSight hotkey is pressed (the
  138.      default is <Ctrl><`> -- may be changed under the Hotkey setup). If you
  139.      are at a DOS prompt and you are using Back & Forth Pro's command stack, 
  140.      you may also press <PgUp>. The advantage of the hotkey method is you may 
  141.      bring up BackSight within a program.
  142.  
  143. ──────────────────────────────────────────────────────────────────────────────
  144. Version 2.00 January 31,1992
  145.  
  146. A) Bug fixes:
  147.  
  148.    * Fixed a lockup problem on PS/2 Model 25/30/50/55/60s and some compatibles. 
  149.      The cursor would just hover in the upper lefthand corner of the screen
  150.      and would need a reboot to get out of it.
  151.  
  152.    * Fixed a compatibility problem between Back & Forth and some programs 
  153.      that switched into 43/50 line while UltraVision was active.
  154.  
  155.    * Program editor wouldn't take a -1 for EMS memory amount.
  156.  
  157.    * Usage tracking sort module was disabled.
  158.  
  159.    * Running the mouse driver in a local partition did not restore the
  160.      mouse state.
  161.  
  162.    * Running programs that were in a directory path that had a '.' in the
  163.      path name would not run (normally would get a "bad command or file name"
  164.      from DOS).
  165.  
  166.    * B&F Pro's EMS memory tracker did not catch the EMS reallocate function
  167.      correctly.. thus some programs would use over their specified limit.
  168.  
  169.    * Shorthand macros did not expand if video text page was not 0.
  170.  
  171.    * Wt mean in RPN calculator did not compute/display the correct values.
  172.  
  173. B) Changes/enhancements:
  174.  
  175.    * B&F Pro will now load about 2.5k of its task overhead into UMBs if
  176.      the memory is available. This will increase the amount of available 
  177.      memory within each task!
  178.  
  179.    * You will to DELETE all files of the form KEY*.000 in your B&F Pro 
  180.      directory... these files are your clipboard files! We have made a couple
  181.      of changes that people have requested that have caused these files to
  182.      become out of format.
  183.  
  184.      B&F Pro now stores clipboard files in straight ASCII! This means you
  185.      can use any text editor to edit the clipboard files. 
  186.  
  187.      We have included an option "eXternal editor" setup option under the 
  188.      Miscellaneous menu off the Option menu. You can specify any editor with 
  189.      the following limitations:
  190.  
  191.      1) Editor must be able to run in 256k of memory,
  192.      2) Editor must be able to take a filename from the command line!
  193.  
  194.      The B&F Pro text editor is set as the default.
  195.  
  196.    * Made some internal changes to be more compatible with Novell IPX and a
  197.      few other programs.
  198.  
  199.    * SWITCH now will switch to tasks that have not been opened via the 
  200.      program ids.. this feature was available in B&F but removed early in B&F Pro.
  201.  
  202.    * All com/exe/ovl/acc files have been linked compressed! This will cut
  203.      down on disk space considerably and will allow more users to use the
  204.      BNF_OVERLAY environment variable.
  205.  
  206.    * Disk monitor now works with network drives!
  207.  
  208.    * Overlays NO longer need to be set to Read-Only on networks.
  209.  
  210.    * Back & Forth will now disable itself if Windows is run in standard or
  211.      enhanced modes; this also goes for any program that uses the Microsoft
  212.      dos-extender (examples currently include CodeView).
  213.  
  214.    * Improved VGA support for Trident 8900 chipset and TSENG 4000 chipset.
  215.  
  216.    * Added support for Oak & Technology VGA chipset.
  217.  
  218.    * Changed main B&F Pro menu's interface extensively!
  219.  
  220.    * Broke the program editor into STANDARD and ADVANCED screens to make it
  221.      easier for beginners.
  222.  
  223. C) New features:
  224.  
  225.    * Added some desktop utilities to Back & Forth Pro. They are located
  226.      under the BackPacks menu on the main B&F Pro menu. Currently the
  227.      following modules are included:
  228.  
  229.      1) Text editor similar to the B&F Pro clipboard editor,
  230.  
  231.      2) RoloBack module (rolodex). It is fully functional with the 
  232.        exception of the following limitations:
  233.  
  234.        a) Notes are limited to 16k per record,
  235.        b) Each file may contain as many records as the disk will allow!
  236.  
  237.  
  238.      3) OverTime has been completely rewritten into a full scheduler system!
  239.  
  240.         Overtime has the following functional design limitations:
  241.  
  242.        a) Each scheduler file can only hold 250 appointments, 80 todos, and
  243.           50 alarms.
  244.        b) OverTime's alarm feature is NOT supported in the lite version of 
  245.           the B&F Pro kernels.
  246.        c) OverTime alarms will only be active while the OverTime module is 
  247.           loaded (it doesn't have to be active),
  248.        d) The launching of programs is now done in much better fashion. To
  249.           launch a program with keystroke feeding, you will need to do the 
  250.           following:
  251.  
  252.           1) Define the program in the B&F Pro program editor with macro
  253.              support,
  254.           2) Run the program,
  255.           3) Record a macro with all the desired keystokes,
  256.           4) Bring up the KeyBack module and save the macro(s) to a file,
  257.           5) Go back to the B&F Pro program editor and specify a macro file
  258.              and startup macro.
  259.  
  260.            After you have done the above, it is just a simple matter of 
  261.            telling OverTime to launch a program event at a specified time 
  262.            (a new partition will be opened)!
  263.  
  264.      4) Calculator introduced in v1.20 is now fully supported/documented.
  265.  
  266.    * Added some new macro commands:
  267.  
  268.      1) <ASCII Table>
  269.  
  270.         will popup an ASCII table and allow you to return chararacters to
  271.         the program running underneath.
  272.  
  273.      2) <Editor:filename>
  274.  
  275.         Will invoke either the B&F Pro editor or the eXternal editor defined
  276.         under the Miscellaneos options with the specified filename.
  277.  
  278.      3) <Editor:Select file>
  279.  
  280.         Will allow a file to be selected and then B&F Pro will invoke either 
  281.         the B&F Pro editor or the eXternal editor defined under the 
  282.         Miscellaneos options with the specified filename.
  283.  
  284.      4) <Paste:filename>
  285.          
  286.         Will paste a specific ASCII filename through the keyboard. The file
  287.         may be as large as the disk size. The CR/LFs will be translated
  288.         based on the current End-Of-Line definition in the cut module.
  289.  
  290.      5) <Paste:Select file>
  291.  
  292.         Will allow an ASCII file to be chosen for pasting through the 
  293.         keyboard. The file may be as large as the disk size. The CR/LFs 
  294.         will be translated based on the current End-Of-Line definition 
  295.         in the cut module.
  296.  
  297.      6) <Return date:template> 
  298.  
  299.         where template can be made up of the following character sequences:
  300.  
  301.         dd    = day  , 1 to 31
  302.         mm    = month, 1 to 12
  303.         yy    = year, just year without century
  304.         yyyy  = year, entire year
  305.         ddd   = abbreviated day name (Sun,Mon,...,Sat)
  306.         mmm   = abbreviated month name (Jan,Feb,...,Dec)
  307.         dddd  = full day name (Sunday,...,Saturday)
  308.         mmmm  = full month name (January,....,December)
  309.        
  310.         any other characters will be passed through as part of the macro!
  311.  
  312.      7) <Return time:template> 
  313.  
  314.         where template can be made up of the following character sequences:
  315.  
  316.         hh = hours, 12 hour based
  317.         mm = minutes
  318.         ss = seconds
  319.         tt = hours, 24 hour based
  320.         xx = am,pm
  321.         XX = AM,PM
  322.  
  323.         any other charaters will be passed through as part of the macro!
  324.  
  325.       8) <CapsLock:On | Off>
  326.  
  327.          Turns CAPS LOCK on or off.
  328.  
  329.       9) <NumLockOn> and <NumLockOff>
  330.  
  331.          Turns NUM LOCK on or off.
  332.  
  333.      10) <ScrollLock:On | Off>
  334.  
  335.          Turns SCROLL LOCK on or off.
  336.  
  337.     * Added a new front-end menu display: "Icon menu view"
  338.  
  339.       This may be chosen off the Setup menu, Icon option. The ICON displayed
  340.       for each task/program is the ICON description in the program editor or
  341.       the first 8 characters of the program description if an ICON description
  342.       is not set.
  343.  
  344.    * I have rewritten the screen blanker! The screen blanker now works properly
  345.      for all B&F Pro modules as well as tasks. It has been enhanced with the
  346.      additional capability of displaying a PCX graphics image to the screen!
  347.  
  348.      The screen blanker setup panel is available off the Setup menu.
  349.  
  350.      Please read the following notes on how B&F Pro will operate the
  351.      screen blanker:
  352.  
  353.      1) A graphics image will NOT be displayed in a partition if the
  354.         partition does not support OVERTIME... B&F Pro assumes that
  355.         programs that cannot be interrupted for Overtime also cannot
  356.         be interrupted for a graphics screen blanker.
  357.  
  358.         If you have the screen blanker mode to graphics display and
  359.         the above condition happens, B&F Pro will default to just
  360.         turning the video off for that partition.
  361.  
  362.       2) To disable the screen blanker in B&F Pro's modules, set the
  363.          screen blanker interval to 0 minutes.
  364.  
  365.    * Added DOS 5 Task Switcher API! This will extend B&F Pro's compatibility
  366.      with the Norton Utilities, PC-TOOLS 7, network communication programs,
  367.      and any other program that uses the DOS 5 task switcher API for
  368.      stability.
  369.  
  370.      !! NOTE !! B&F Pro must be the first task switcher run if you plan on
  371.                 running multiple task switchers!
  372.  
  373. ──────────────────────────────────────────────────────────────────────────────
  374. Version 1.20 September 7, 1991
  375.  
  376. A) Bug fixes:
  377.  
  378.    * Fixed a bug that caused 4DOS (and some other programs) to have their files
  379.      closed indirectly (this happened only on a few systems).
  380.  
  381.    * Help colors were not used for help module.
  382.  
  383.    * B&F Pro would rebuild the UV selection list wrong in the program editor
  384.      if you went into it after popping back from a partition with UV turned
  385.      OFF.
  386.  
  387.    * Usage Delete function didn't work if a valid date wasn't specified!
  388.  
  389.    * Running FOXPRO 2 with a partition type of "PROGRAM via COMSPEC" didn't
  390.      return the correct startup path.
  391.  
  392.    * Macro record (Alt=) did not pop-up correctly if video page was not 0
  393.      (this was introduced in 1.10 or so).
  394.  
  395.    * We somehow disabled going directly to a program via hot key off the
  396.      main B&F Pro menu (this was introduced in version 1.08 or so).
  397.  
  398. B) Changes/Additions:
  399.  
  400.    * Added XMS memory stats to the the <F5> Info command off the main B&F Pro
  401.      menu screen.
  402.  
  403.    * Added 3 new versions of the kernel (low and high). You should rerun
  404.      BFPSETUP for the new batch files to be created. The benefit of the new
  405.      kernels comes in a reduction of 3.2k of memory if you have CED, PCED,
  406.      DOSKEY, or ANARKEY loaded globally before B&F Pro.
  407.  
  408.    * Rewrote BFPLOAD to work correctly with 386^MAX version 5.1x.. 386^MAX
  409.      doesn't work with DOS 5 memory logic correctly if it manages the UMBS.
  410.  
  411.    * Expanded KEYLOAD utility to allow executing a macro after a macro file
  412.      has been successfully loaded. The new syntax is as follows:
  413.  
  414.      KEYLOAD <macro filename> <shorthand macro>
  415.  
  416.    * Main menu now accepts all printable characters for program IDS rather
  417.      than just alphanumeric.
  418.  
  419.    * The speaker is now turned OFF if it is ON! In the past if a task
  420.      switch occurred while the speaker was on, the system would continue
  421.      the noise indefinitely!
  422.  
  423.    * Added direct support for 4DOS/NDOS BTM files. In the past B&F Pro would
  424.      have to be informed that the specified program was a DOS command.
  425.  
  426.    * KeyBack & Cut/paste now support Hercules graphics modes better.
  427.  
  428.    * Improved compatibility with Hercules monographics cards.
  429.  
  430.    * Macro editor has been improved! It can now handle macro lines longer than
  431.      the window without word wrapping. The user determined end of lines will
  432.      be held. You may need to reformat some of your macros to your own
  433.      liking.
  434.  
  435.    * Added a Return to Program function key on main B&F Pro screen (F9 RetPgm).
  436.      The current active program is indicated by a checkmark.
  437.  
  438.    * Macro menu now pops up when user presses macro record key (this occurs
  439.      during a macro record session).
  440.  
  441. C) New features:
  442.  
  443.    * Added new KeyBack support utility called KEYPLAY; KEYPLAY will allow
  444.      the execution of a macro from the command line or batch file. The
  445.      syntax is as follows:
  446.  
  447.      KEYPLAY <Shorthand macro string>
  448.  
  449.      The <'s are not used (Example: keyplay asap).
  450.  
  451.    * Added a command line utility to control the clock within a partition.
  452.      The syntax is as follows:
  453.  
  454.      BNFCLOCK [OFF | ON]
  455.  
  456.    * DOS 5's DOSKEY and the public domain version of CED command line
  457.      utilities are now supported! If B&F Pro detects DOSKEY or CED loaded in
  458.      memory (can be high or low), B&F Pro will use it in place of B&F Pro's
  459.      internal command line editor.
  460.  
  461.    * Added MathBack!
  462.  
  463.      MathBack is B&F Pro's new calculator module. It includes a multifunction
  464.      RPN calculator and a simple tape calculator. The RPN calculator also
  465.      performs scientific, business, statistical, and computer science
  466.      functions.
  467.  
  468.      If you are a current B&F Pro user, you will have to go to the Hotkey
  469.      setup off the Setup menu to set a default MathBack hot key.
  470.  
  471.    * Added following new macros:
  472.  
  473.      1) <Return current path>
  474.  
  475.         Will return the full path name for the current directory.
  476.  
  477.      2) <Cut>
  478.  
  479.         Will call up cut module. All keystrokes will be recorded and saved
  480.         during a macro record. Keystrokes will be fed to the cut module from
  481.         the macro buffer during a played macro.
  482.  
  483.         ** Note ** In order to make the cut operation useful in a recorded
  484.                    macro, the cut operation will begin at the top corner of
  485.                    the screen!
  486.  
  487.      3) <Paste>
  488.  
  489.         Will paste the contents of the current active cut file.
  490.  
  491.      4) <Cls>
  492.  
  493.         Will clear the screen (non 80x25 screens are also supported)!
  494.  
  495.    * Added a toggle for the swapping indicator. It is located on the
  496.      Miscellaneous menu off the SETUP menu. If you are swapping to RAM
  497.      and don't like to see it, set it to OFF (this will be the default
  498.      for people who have already been using B&F Pro).
  499.  
  500.    * Added a new hot key to allow KeyBack to be turned off/on. The default
  501.      hot key is <CTRL-6>. The hot key may be changed either in the HOTKEY
  502.      menu off the setup menu or in the KeyBack module.
  503.  
  504.      If KeyBack has been turned off, you will not be able to:
  505.  
  506.      1) Get to the KeyBack module,
  507.      2) Playback/record a new macro,
  508.      3) Playback a shorthand macro.
  509.  
  510.    * Added a new command line argument to activate saving of ANSI.SYS state.
  511.      If specified, an additional 16k of swap space will be allocated for
  512.      each task!
  513.  
  514.      Format:
  515.  
  516.      B&FPRO ANSI
  517.  
  518.      or
  519.  
  520.      B&FHIPRO ANSI
  521.  
  522.  
  523. ──────────────────────────────────────────────────────────────────────────────
  524.  
  525. Versions 1.13-1.19 were beta and not released to general public.
  526.  
  527. ──────────────────────────────────────────────────────────────────────────────
  528. Version 1.12 July 22, 1991
  529.  
  530. A) Bug fixes:
  531.  
  532.    * Fixed color bleeding if UV was loaded globally and the colors were
  533.      changed.. this bug was introduced in version 1.08 with the new swapping
  534.      method.
  535.  
  536. B) Changes/Additions:
  537.  
  538.    * Added code for B&F PRO test drive program.
  539.  
  540.    * Remove option MCII interface... took up to much code/disk space and we
  541.      were getting to many requests for things that could not be done without
  542.      taking up more valuable memory. We will be adding more menu functionality
  543.      to the default B&F Pro menu system as we go along.
  544.  
  545.      The MCII interface will be released as a separate module that can be
  546.      downloaded from our BBS or CIS (there will be no charge).
  547.  
  548.    * Restored global support for PCED/VSTACK.
  549.  
  550.    * Reduced B&F Pro system swap memory needs from 384k to 256k.
  551.  
  552. ──────────────────────────────────────────────────────────────────────────────
  553. Version 1.11 July 16, 1991
  554.  
  555. A) Changes/Additions:
  556.  
  557.    * The ALL parameter added in 1.08 has been removed... positive changes in
  558.      the swapping routines as well as better overlay utilization makes this
  559.      feature a "waste of disk space".
  560.  
  561.    * Reduced # of overlays from 13 to 10.
  562.  
  563. ──────────────────────────────────────────────────────────────────────────────
  564. Version 1.10 July 14, 1991
  565.  
  566. A) Bug fixes:
  567.  
  568.    * Monochrome video was NOT saved/restored correctly (this was introduced
  569.      in version 1.08).
  570.  
  571.    * Setup module was left out of MCII interface if the ALL command line
  572.      parameter was used.
  573.  
  574.    * Fixed a problem that occurred on some 286s/386s when swapping to XMS
  575.      memory.. It caused several symptoms.
  576.  
  577.    * Fixed a compatibility with 4ZIP (utility program for 4DOS).
  578.  
  579. B) Changes/Additions:
  580.  
  581.    * BFPLOAD now supports DOS 5's UMB style memory (this means BFPLOAD will
  582.      load B&F Pro high if EMM386 is used and the memory will be released
  583.      when B&F Pro is terminated).
  584.  
  585.    * UltraVision's UL (underline) utility is now supported.
  586.  
  587. ──────────────────────────────────────────────────────────────────────────────
  588. Version 1.09 July 9, 1991
  589.  
  590. A) Bug fixes:
  591.  
  592.    * Intensity/blinking bit was not restored correcly if UV was not used (this
  593.      only showed up in some programs like PC-TOOLS v 7).
  594.  
  595.    * Fixed memory allocation problem introduced in version 1.08... this only
  596.      occurred if storage pool was exceeded in a video swap.
  597.  
  598. ──────────────────────────────────────────────────────────────────────────────
  599. Version 1.08 June 27, 1991
  600.  
  601. A) Bug fixes:
  602.  
  603.    * Fixed a keyboard problem that caused lockup on all 8088s and sometimes
  604.      on all other processors (this has existed for quite sometime).
  605.  
  606.    * KEYLOAD/KEYSAVE macro utilities did not work if EMS memory was used for
  607.      macro storage.
  608.  
  609.    * Variable fields were not compiled correctly in macros if they were editted
  610.      or added through the macro editor.
  611.  
  612.    * B&F Pro was not compatible with the HIMEM.SYS that came with DOS 5 (only
  613.      noticeable if swapping to XMS memory was performed).
  614.  
  615. B) Changes:
  616.  
  617.    * All swapping now occurs to the specifed swap resources rather than
  618.      to separate files. Some users may need to increase the total amount
  619.      of swap memory to accomadate this change.
  620.  
  621.    * Global support for PCED is disabled for now (ANARKEY is still supported).
  622.  
  623.    * Compression of graphics screens has been removed. It has proven to be
  624.      to slow and conflicts with improvement in video swapping.
  625.  
  626. B) New features:
  627.  
  628.    * Video screens and DOS variable files are now swapped into the main B&F
  629.      Pro storage pool rather than separate files. This will improve swap
  630.      times for most but may require some to increase your total swap
  631.      resources.
  632.  
  633.    * Added "Macro save option" to program editor.
  634.  
  635.      Current choices are:
  636.  
  637.      1) Don't save macros
  638.      2) Automatic save - will save macros automatically to the file that was
  639.         autoloaded or loaded from KeyBack menu. If a file was not loaded,
  640.         then #3 below will take effect.
  641.      3) Prompt for filename - B&F Pro will display file dialog box and ask
  642.         you to select file.
  643.  
  644.    * Added a search command to the command line editor.
  645.  
  646.      CTRL-F      - Searches the stack for a previously issued command.  Enter
  647.                    the first letters of the desired command and press
  648.                    <CONTROL><F>. This then searches the stack from the last
  649.                    entered command for a matching command line. If one is
  650.                    found, it is shown at the DOS prompt. For example:
  651.  
  652.                    Command Stack Buffer:
  653.                    --------------------
  654.                    dir a:
  655.                    chkdsk a:
  656.                    format a:
  657.  
  658.                    If you type 'ch' and press <CTRL><F>, the 'ch' will be
  659.                    replaced by "chkdsk a:".
  660.  
  661.                    If you have multiple commands in the command buffer that
  662.                    begin with the specified characters, keep pressing
  663.                    <Ctrl-F> until the desired command is found.
  664.  
  665.    * Added a new macro command to allow selecting directories and returning
  666.      them to a running program. The command is inserted into the macro buffer
  667.      via the macro editor like the other macro commands.
  668.  
  669.      The command is <Select directory>.
  670.  
  671.  
  672. ──────────────────────────────────────────────────────────────────────────────
  673.  
  674. Versions 1.03 through 1.07 were beta and not released public. All changes
  675. made in the individual versions have been consolidated in the next offical
  676. public release.
  677.  
  678.  
  679. ──────────────────────────────────────────────────────────────────────────────
  680. Version 1.02 June 2, 1991
  681.  
  682. A) Bug fixes:
  683.  
  684.    * Fixed a problem in Back & Print that caused some systems to hang.
  685.  
  686. B) New features:
  687.  
  688.    * Screen blanker support can now be set for each program via the Program
  689.      editor. You cannot change the state within an active task. If you run
  690.      an application with SCREEN BLANKER SUPPORT to OFF and wish to blank
  691.      the screen, press the SCREEN BLANKER HOT KEY (5 key on the numeric
  692.      key pad).
  693.  
  694. ──────────────────────────────────────────────────────────────────────────────
  695. Version 1.01 (Not released public) May 31, 1991
  696.  
  697. A) Bug fixes:
  698.  
  699.    * Fixed 50 line mode on Paradise video cards.
  700.  
  701.    * Fixed a problem that caused a keyboard problem with running macros on
  702.      some systems.
  703.  
  704. B) New Features:
  705.  
  706.    * Added Macro Menus to KeyBack. The macros allow you to define up to 26
  707.      defined hot key macros to a single macro.
  708.  
  709.      To define a menu macro, you will need to goto the KeyBack Macro editor
  710.      in a partition and select the Edit option. Then press F2/Ins to create
  711.      a new macro. B&F Pro will prompt you if you want 1. Hot key/Shorthand
  712.      macro or 2. Macro menu. Press 2 for macro menu and you will then be
  713.      transferred into a menu editor.
  714.  
  715.      * Notes... if you want a menu centered, enter -1 for both the top row
  716.                 and left column for the macro window.
  717.  
  718.  
  719.    * Added a new support tsr NOBNFPRO. This TSR will disable the B&F PRO
  720.      API within a partition. This was added for people who purchased
  721.      products containing a limited version of B&F and then bought B&F Pro
  722.      to use with that product. Simply add NOBNFPRO to a batch file before
  723.      the program.
  724.  
  725.      * Note ** Currently this should only be necessary with Higgins 2.4 and
  726.                later.
  727.  
  728. C) Changes:
  729.  
  730.    * We made a change in the macro file definition that corrected a bug and
  731.      so you will have to redo any macro definition files. We now have build-in
  732.      converter program for any changes in the future as we did throught out
  733.      B&F program series...
  734.  
  735. ──────────────────────────────────────────────────────────────────────────────
  736. Version 1.00 May 17, 1991
  737.  
  738. -Official release of B&F Professional!!!!!!!!!!!!
  739.